html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "Microsoft YaHei", Verdana, sans-serif;
	outline: 0;
}
ol, ul {
	list-style: none;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
a:hover {
	text-decoration: none
}
ins, a {
	text-decoration: none
}
input, textarea {
	-webkit-appearance: none;
}
html, body {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.class {
	-webkit-tap-highlight-color: transparent;
}
a {
	color: #003366;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.clear {
	display: block;
	height: 0px;
	clear: both;
}
.red {
	color: #c00;
}

/*导航栏样式*/
#cssmenu {
 background: #003366;
}
#cssmenu ul ul li a {
  background:#004080;

}
.pgwMenu {
	background: #003366;
	height: 50px;
	position: relative;
	list-style: none;
}
.pgwMenu ul {
	list-style: none;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
.pgwMenu li {
	float: left;
}
.pgwMenu li a:hover {
	background: #003b75;
	text-decoration: none;
}
.pgwMenu a {
	display: block;
	color: #fff;
	line-height: 50px;
	padding: 0 20px;
	text-decoration: none;
	font-size: 14px;
}
.pgwMenu .pm-links.mobile, .pgwMenu .pm-viewMore > ul {
	background: #003366;
	box-shadow: 2px 2px 4px #777;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1000;
}
.pgwMenu .pm-viewMore {
	display: none;
	position: relative;
}
.pgwMenu .pm-viewMore > a {
	display: inline-block;
}
.pgwMenu .pm-viewMore > ul {
	left: auto;
	right: 0;
}
.pgwMenu .pm-viewMore li {
	float: none;
}
.pgwMenu .pm-viewMore span.icon, .pgwMenu .pm-viewMore span.white {
	border-color: #fff transparent;
	border-style: solid;
	border-width: 8px 6px 0;
	margin-left: 3px;
	display: inline-block;
}
.pgwMenu .pm-links.mobile li, .pgwMenu .pm-viewMore > ul > li {
	display: block;
	clear: both;
	width: 120px;
}
.pgwMenu .pm-dropDown, .pgwMenu .pm-viewMore, .pgwMenu .pm-viewMore > ul {
	display: none;
}
.pgwMenu .pm-dropDown a {
	display: inline-block;
	background: #003366;
}
.pgwMenu .pm-dropDown a.active, .pgwMenu .pm-viewMore a.active {
	background: #003b75;
}
/*clearboth*/
.clearfix:after{content:'.';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{*zoom:1;}
.clearfix .clear{_height:0px;}
/*gotop*/
.cbbfixed {position: fixed;right: 20px;transition: bottom ease .3s;bottom: -85px;z-index: 3;cursor:pointer;}
.cbbfixed .cbbtn {width: 40px;height: 40px;display: block;background-color: #003366;}
.cbbfixed .gotop {transition: background-color ease .3s;margin-top: 1px;}
.cbbfixed .gotop .up-icon{float:left;margin:14px 0 0 9px;width:23px;height:12px;background: url(images/side-icon02.png);}
.cbbfixed .gotop:hover {background-color: #003b75;}
.cbbfixed .weixin {background: #dadbdd;}
.cbbfixed .weixin div {width: 210px;height: 210px;position: absolute;left: -212px;top: -130px;opacity: 0;transform: scale(0);    -webkit-transform: scale(0);transform-origin: 100% 70%;-webkit-transform-origin: 100% 70%;transition: transform ease .3s,opacity ease .3s;-webkit-transition: all ease .3s;display:none\0;*display:none;}
.cbbfixed .weixin:hover div {display: block;transform: scale(1);-webkit-transform: scale(1);opacity: 1;*display:block;}
.cbbfixed .weixin .weixin-icon{float: left;margin:12px 0 0 11px;width:18px;height: 18px; background: url(images/side-icon01.png);}

/*搜索框样式*/
* {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
.header {
	display: block;
	overflow: hidden;
	
}

.header .logo {margin:15px 0;
	width: 60px;
	display: block;
	overflow: hidden;
	height: 60px;
	float: left;margin-left:15px;
}
.header .logo img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.header .titletop {margin:15px 0;
	float: left;padding-left:15px;
}
.header .titletop h1{
	font-size: 22px;color:#666666;font-weight:bold; line-height:36px;
}
.header .titletop h3{
	font-size: 14px;color:#b3b3b3;line-height:18px;
}
.header .search {
	padding: 30px 0;
	display: block;
	overflow: hidden;
	float: right;
}
.header .search form {
	float: left;
	display: block;
	height: 27px;
}
.header .search input#edtsearch {
	border: 1px solid #cccccc;
	width: 180px;
	height: 27px;
	line-height: 27px;
	background: #fff;
	vertical-align: bottom;
	padding-left: 5px;
	color: #666666;
	margin-right:-1px;
	float: left;
	border-radius: 5px 0 0 5px;
}

.header .search input#btnpost {
	width: 50px;
	line-height: 29px;
	cursor: pointer;
	background-color: #003366;
	color: #fff;
	float: right;
	border-radius: 0 5px 5px 0;
}
.header .search input#btnpost:hover {
	background: #003b75;
	color: #fff
}
.shopsign {
	display: block;
	overflow: hidden;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.shopsign img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.banner {
	display: block;
	overflow: hidden;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.banner img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.content {
	display: block;
	overflow: hidden;
	padding: 10px 20px 5px 20px;
	border: 1px solid #ddd;
	list-style: decimal;
	font-size: 14px;
}
.content .bo10{
	display: block;
	overflow: hidden;
	margin-top:-10px;
}
.content p {
	line-height: 28px;
	color: #666666;
	font-size: 14px;
}
.content .titles {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.content .titles h3 {
	display: block;
	overflow: hidden;
	font-weight: bold;
	font-size: 16px;
	color: #003366;
	line-height: 32px;
	border-bottom: 1px solid #cccccc;
	margin: 5px 0;
	padding-bottom: 5px;
}
.content .titles .info {
	font-size: 14px;
	color: #888888;
	line-height: 24px;
	margin-bottom: 10px;
}
.content h4 {
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	font-size: 16px;
}
.article img {
	max-width: 100%;
	height: auto;
}
#footer {
	padding: 15px 0 15px 0;
	border-top: 4px solid #ccc;
}
#footer p {
	color: #666666;
	font-size: 14px;
	line-height: 28px;
}
#footer p a {
	color: #666666;
}
#footer p a:hover {
	color: #003366;
}
#footer2 {
	height:45px;

}
/*---------------------------文章翻页------------------------*/

.pagebar {
	display: block;
	
	padding: 10px 0;
	margin: 10px 0;
	clear: both;

}
.pagebar span {
	font-size: 14px;
}
.pagebar li {
	padding: 0 10px 0 10px;
	display: inline;
}
.pagebar li a {
	color: #003366;
}
.links {
	overflow: hidden;
	padding: 15px 0 10px 0;
	margin: 15px 0 0 0;
	clear: both;
}
.links span {
	font-size: 14px;
	color: #666666
}
.links li {
	padding: 0 10px;
	display: inline;
}
.links li a {
	color: #666666;
	font-size: 14px;
	line-height: 32px;
}
.links li a:hover {
	color: #003366;
}
/*---------------------------文章内容------------------------*/
.top10 {
	margin-top: 15px;
}
.newpost{float: left;padding:10px 0;border-bottom:dashed 1px #dddddd;width:100%;}
.newimg{float: left;width:176px;height:120px;margin-right:15px;overflow: hidden;}
.newimg img{width:176px;height:120px;object-fit: cover;}
.post h2 {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	font-weight:bold;
	padding-top:5px;
	max-height:48px;
	overflow:hidden;display:block;
}

.post h2 a {
	color: #666666;
}
.post a:hover {
	color: #003366;
}
.post .tagtime{}
.post .tagtime span{padding-right:15px;color: #b3b3b3;font-size: 12px;line-height: 24px;}

.post .post-tags i {
	padding-right: 5px;
	color: #b3b3b3;
}
.post .post-tags a {
	color: #b3b3b3;
}
.post .post-tags a:hover{
	color: #003366;
}
.post .post-body {
	padding: 5px 0;
	text-align: justify;
	color: #666666;
	
	word-break: break-all;
}
.post .post-body p{
	color: #666666;
	font-size: 12px;
	line-height: 28px;
}
/*--------------------------分页条-------------------------------*/
span.page {
	color: #666666;
	font-weight: bolder;
	padding: 2px 5px 2px 5px;
	margin: 4px;
	border: 1px solid #cccccc;
}
span.now-page {
	color: #003366;
	font-weight: bolder;
	padding: 2px 5px 2px 5px;
	margin: 5px;
	border: 1px solid #003366;
}
a:hover span.page {
	color: #003366;
	border: 1px solid #003366;
}
ul.ul-subcates {
	padding: 8px 0 0 0;
	margin-bottom: -8px;
}
span.sh {
	border: 1px solid #CCC;
	padding: 0 3px;
	margin-right: 5px;
	font-size: .5em;
	font-family: monospace;
	cursor: pointer;
	color: #666;
}

.wxbq{padding:15px 0 10px 0;overflow: hidden;width:100%;}
.wxbq a{color: #666666;padding-right:15px;}
.wxbq a:hover {
	color: #003366;
}
.wxbq img{float: left;width:60px;height:60px;margin-right:15px;}
/*---------------------------文章上下翻条------------------------*/
.post-nav {
	padding-top:10px;
	width:100%;
	font-size: 14px;
	margin-top: 10px;
	border-top:dashed 1px #dddddd;
}
.post-nav a {
	color: #666666;
}
.post-nav a:hover {
	color: #003366;
}
/*---------------------------相关文章------------------------*/
div.post-ab {
	margin: 10px 0;
	clear: both;
	margin-right: -15px;
}
div.post-ab h3 {
	overflow: hidden;
	font-weight: bold;
	font-size: 16px;
	color: #003366;
	margin: 5px 0;
	border-bottom: 1px solid #cccccc;
	line-height: 32px;
	margin-right: 15px;
	padding-bottom: 5px;
}
div.post-ab li {
	line-height: 32px;
	width: 47%;
	display: inline;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 15px;
}
div.post-ab li i {
	padding-right: 5px;
	color: #003366;
}
div.post-ab a {
	font-size: 14px;
	color: #666666;
}
div.post-ab a:hover {
	color: #003366;
}
/*===========comment=================*/
#comments {
	padding: 10px 0;
}
#comment {
	overflow: hidden;
}
#comment .ping {
	color: #333;
	line-height: 24px;
	font-size: 16px;
	font-weight: normal;
}
#comment .compost {
	margin: 10px 0 15px 0;
}
.compost form {
}
.compost .com_name {
	margin: 10px 0;
	overflow: hidden;
	color: #003366;
}
.compost .com_name a {
	color: #FF5E52;
}
.compost .com_box {
	margin: 10px 0;
}
.compost .com_box textarea {
	width: 98%;
	border: 1px solid #ddd;
	display: block;
	padding: 4px;
}
.compost .com_info {
	margin: 10px 0;
	overflow: hidden
}
.compost .com_info ul {
	float: left;
	list-style: none;
	display: inline-block;
}
.compost .com_info li {
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
}
.compost .com_info li input {
	width: 160px;
	height: 24px;
	padding-left: 4px;
	border: 1px solid #ddd;
}
.compost .com_info li span {
	margin-left: 4px;
}
.compost .com_info li span img {
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
}
.compost .com_info button {
	float: right;
	background-color: #003366;
	border: 0;
	border-radius: 3px;
	padding: 6px 10px;
	color: #fff;
	display: inline-block;
}
.compost .com_info button:hover {
	background-color: #295294;
}
#comment .comlist {
	margin: 10px 0;
}
.comlist .title {
	margin: 10px 0;
	overflow: hidden;
}
.comlist .title span {
	color: #333;
}
.comlist ul {
	list-style: none;
}
.comlist li {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #dddddd;
}
.comlist li:hover {
	background-color: #fafafa;
}
.comlist li img {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-left: 12px;
}
.comlist li .clbody {
	margin-left: 64px;
}
.clbody .cinfo {
	overflow: hidden;
}
.clbody .cinfo h5 {
	float: left;
	height: 18px;
	line-height: 18px;
	color: #003366;
	font-size: 14px;
	font-weight: normal;
}
.clbody .cinfo span {
	float: right;
	margin-right: 10px;
}
.clbody .cinfo span a {
	color: #003366;
}
.clbody .cinfo span i {
	margin-right: 4px;
}
.clbody em {
	color: #b3b3b3;
	line-height: 24px;
	font-size: 12px;
	font-style: normal;
	display: block;
}
.clbody p {
	line-height: 24px;
	color: #666666;
	overflow: hidden;
}
.clbody p a {
	color: #003366;
}

nav {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	-webkit-animation: fadeInUpBig 1s 0.2s ease both;
	-moz-animation: fadeInUpBig 1s 0.2s ease both;
}
nav ul {
	margin: 0 auto;
	padding: 0 0;
	height: 45px;
	width: 100%;
	overflow: hidden;
	
}
nav ul li {
	width: 33.3%;
	float: left;
	text-align: center;background:#003366 ;
}
nav ul li:hover{
background: #003b75 ;
}
nav ul li a {
	display: block;
	line-height: 45px;
	width: 100%;
	color: #fff;
	font-size: 0.8em;
}
nav ul li a strong {
	display: block;
	position: relative;
	top: 10px;
	left: 0;
	font-weight: normal;
}
nav ul#not3footdh {
	position: relative;
}
nav ul#not3footdh li a {
	border-right: 1px dotted rgba(255, 255, 255, 0.31);
}
nav ul#not3footdh li:last-child a {
	border-right: 0px;
}
nav ul#not3footdh li a .iconfont{
	line-height: 45px;
	font-size: 14px;
	padding-right:5px;
}

nav ul#not3footdh li span {
	color: #333
}


@media screen and (max-width:480px) {
.header{
	float: none;
	background-image:url(images/bj1.jpg); 
}
.header .logo {

	margin-left:15px;
	
}

.header .logo {
	width: 50px;
	
	height: 50px;
	margin-left:15px;
}
.header .logo img {
	width: 50px;
	height: 50px;
	
}

.header .titletop h1{
	font-size: 18px;color:#666666;font-weight:bold; line-height:30px;
}
.header .titletop h3{
	font-size: 12px;color:#b3b3b3;line-height:18px;
}


.header .search {
	margin: 0 auto;
	padding:5px 0 15px 0;
	float: none;
	width: 330px;clear: both;
}
.header .search input#edtsearch {
	width: 274px;background: rgba(255, 255, 255, 0.54);
}
.content {
	padding: 5px 10px 5px 10px;
}
.post .post-body {
	display: none;
}
.wxbq img{display: none;}
.wxbq{padding-top:10px;}
.newimg{width:88px;height:60px;}
.newimg img{width:88px;height:60px;}
div.post-ab li {
	width: 95%;
}
.comlist .title i {
	width: 254px;
}
.compost .com_box textarea {
	width: 97%;
}
.row1 strong {
	font-size: 32px;
}
.row2 strong {
	font-size: 16px;width: 35%;
}
.row2 .djs {
	width: 65%;
}
.row1 ol li p {
	font-size: 14px;
}
.row2 .djs {
	font-size: 14px;
}
}
